home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source1 / unit1.dfm / unit1.txt
Text File  |  1995-12-22  |  2KB  |  117 lines

  1. object Form1: TForm1
  2.   Left = 220
  3.   Top = 177
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 312
  15.     Top = 224
  16.     Width = 28
  17.     Height = 16
  18.     Caption = 'Text'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 160
  22.     Top = 224
  23.     Width = 44
  24.     Height = 16
  25.     Caption = 'Visible'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 56
  29.     Top = 224
  30.     Width = 39
  31.     Height = 16
  32.     Caption = 'Active'
  33.   end
  34.   object Edit1: TEdit
  35.     Left = 232
  36.     Top = 240
  37.     Width = 185
  38.     Height = 22
  39.     Font.Color = clWindowText
  40.     Font.Height = -13
  41.     Font.Name = 'System'
  42.     Font.Pitch = fpFixed
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 0
  46.   end
  47.   object Button1: TButton
  48.     Left = 72
  49.     Top = 72
  50.     Width = 89
  51.     Height = 33
  52.     Caption = 'Execute'
  53.     TabOrder = 1
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 72
  58.     Top = 144
  59.     Width = 89
  60.     Height = 33
  61.     Caption = 'Close'
  62.     TabOrder = 2
  63.     OnClick = Button2Click
  64.   end
  65.   object Button3: TButton
  66.     Left = 256
  67.     Top = 72
  68.     Width = 89
  69.     Height = 33
  70.     Caption = 'Show'
  71.     TabOrder = 3
  72.     OnClick = Button3Click
  73.   end
  74.   object Button4: TButton
  75.     Left = 256
  76.     Top = 144
  77.     Width = 89
  78.     Height = 33
  79.     Caption = 'Hide'
  80.     TabOrder = 4
  81.     OnClick = Button4Click
  82.   end
  83.   object Edit2: TEdit
  84.     Left = 152
  85.     Top = 240
  86.     Width = 57
  87.     Height = 24
  88.     TabOrder = 5
  89.     Text = 'False'
  90.   end
  91.   object Edit3: TEdit
  92.     Left = 48
  93.     Top = 240
  94.     Width = 57
  95.     Height = 24
  96.     TabOrder = 6
  97.     Text = 'False'
  98.   end
  99.   object BizCalc1: TBizCalc
  100.     Position = poDesigned
  101.     Color = clGray
  102.     Left = 16
  103.     Top = 8
  104.     Print = True
  105.     Copy = True
  106.     Help = True
  107.     UserClose = True
  108.     OnResult = BizCalc1Result
  109.     OnClose = BizCalc1Close
  110.     FormStyle = fsNormal
  111.     Font.Color = clBlack
  112.     Font.Height = -13
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.   end
  116. end
  117.